home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 21
/
Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso
/
Aminet
/
gfx
/
misc
/
VideoEasel.lha
/
Video Easel
/
CAMRexx
/
TM-Gas.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1995-03-31
|
289b
|
16 lines
/* TM-Gas by an idea of Toffoli, in CAMRexx by THOR */
MakeAlgorithm:
PLANEALGORITHM margolus hvphases
return
MakePlane:
if center=opp & cw=ccw & center~=cw then
SETPLANE center
else; do
if phase then SETPLANE cw
else SETPLANE ccw
end
return